home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / winter_challenge.swf / scripts / frame_53 / DoAction.as
Text File  |  2011-08-19  |  454b  |  20 lines

  1. if(_root.hitpoints > 25 && _root.landmark_count >= 10)
  2. {
  3.    bonusText.gotoAndPlay(2);
  4.    _root.global_gotBonusItems.start(0,0);
  5.    _root.score += 50000;
  6.    temp_curveSpeed = 6.8;
  7.    temp_maxspeed = 16;
  8.    temp_reverseSpeed = 3;
  9.    temp_breakpower = 6.5;
  10.    temp_breakverzoegerung = 0.7;
  11.    temp_acceleration = 1.8;
  12. }
  13. else
  14. {
  15.    _root.youMadeIt.gotoAndStop(2);
  16. }
  17. _root.nextButton._visible = 1;
  18. _root.display_score = _root.score;
  19. stop();
  20.